home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / biz / haage / MakeVanim.readme < prev   
Text File  |  1997-11-02  |  2KB  |  63 lines

  1. Short:    ArtEffect2.0 script to create TransferAnims for Voyager/IBrowse
  2. Author:   elang@neuss.netsurf.de
  3. Uploader: elang@neuss.netsurf.de
  4. Version:  1.1
  5. Type:     biz/haage
  6. Requires: ArtEffect2.0 (or better)
  7.  
  8. This is a small script that allows to create TransferAnims for Voyager/IBrowse
  9. from a number of single pictures.
  10.  
  11. Installation:
  12. -------------
  13.  
  14. Just copy the script into ArtEffect:rexx/
  15.  
  16.  
  17. Usage:
  18. ------
  19.  
  20. Create a number of pictures of equal size that will be the frames of your
  21. TransferAnim.
  22.  
  23. You MUST name these files in the following fashion: <filename>.xxxx
  24. Where xxxx can be anything between 0000 and 9999 and <filename> can be any
  25. AmigaDOS-legal file name.
  26.  
  27. Then run the script from the shell or directly from ArtEffect.
  28.  
  29. The script allows you to choose any range of pictures (e.g. 0023 to 0049) but
  30. of course all of these must exist.
  31.  
  32. The script will then assemble the animation and give you the choice of saving
  33. it immediately.
  34.  
  35. I have taken all steps possible to intercept every kind of likely error (like
  36. gaps in numbering, non-existant files, etc.) and the script is heavily
  37. commented, so it should be really easy to use and understand.
  38.  
  39. The usage of the script is also explained in the comment block at its beginning,
  40. so you can delete this .readme if you want to.
  41.  
  42. History:
  43. --------
  44.  
  45. V1.0  - Very first release
  46.  
  47. V1.1  - Hopefully fixed the bug that the frames weren't plotted at all under
  48.         certain circumstances. (I think that was more due to an ArtEffect bug
  49.         than anything else)
  50.         Put IFF-ILBM into quotes so that ARexx does not interpret this as an
  51.         arithmetic operations (IFF minus ILBM).
  52.         For this reason, saving the animation did not work in V1.0
  53.  
  54.  
  55. ============================= Archive contents =============================
  56.  
  57. Original  Packed Ratio    Date     Time    Name
  58. -------- ------- ----- --------- --------  -------------
  59.     1707     873 48.8% 02-Sep-97 14:07:40  MakeVanim.readme
  60.     5823    2289 60.6% 15-Sep-97 13:55:22  VAnim.rexx
  61. -------- ------- ----- --------- --------
  62.     7530    3162 58.0% 02-Oct-97 17:10:44   2 files
  63.